Metrics

Describes the configuration option for the metrics capability.

Members

Functions

put
bool put(FirecrackerAPIClient cl)

Create the metrics object via the Firecracker API. * Throws: FirecrackerException on error.

Mixins

__anonymous
mixin BaseModel
Undocumented in source.

Variables

metricsPath
string metricsPath;

Path to the named pipe or file where the JSON-formatted metrics are flushed.

Mixed In Members

From mixin BaseModel

stringify
string stringify()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta